Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Either
/
getOrNull
get
Or
Null
common
fun
getOrNull
(
)
:
R
?
Content copied to clipboard
Gets value of this
Right
or
null
if this is
Left
.
Return
Value of this
Right
or
null
.
Since
1.3